home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso
/
pc
/
assets
/
aki-profile.dcr
/
00002_startMovie.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-20
|
373 b
|
22 lines
global CScounter
on startMovie
puppetSound(1, 0)
sprite(167).visible = 1
sprite(168).visible = 0
CScounter = 0
sprite(20).visible = 1
sprite(21).visible = 1
sprite(22).visible = 0
i = 141
repeat while i <= 146
sprite(i).visible = 0
i = 1 + i
end repeat
i = 151
repeat while i <= 156
sprite(i).visible = 1
i = 1 + i
end repeat
end